home *** CD-ROM | disk | FTP | other *** search
- Path: fido.asd.sgi.com!austern
- From: ark@research.att.com (Andrew Koenig)
- Newsgroups: comp.std.c++
- Subject: Re: and, or, not
- Date: 08 Feb 1996 15:58:39 PST
- Organization: AT&T Research, Murray Hill NJ
- Approved: austern@isolde.mti.sgi.com
- Message-ID: <DMHE37.LFn@research.att.com>
- References: <DMBG7p.H7z@infosoft.com> <4f69po$9lu@engnews1.Eng.Sun.COM> <3118FDEF.458E@bridge.com>
- NNTP-Posting-Host: isolde.mti.sgi.com
- X-Original-Date: Thu, 8 Feb 1996 23:47:31 GMT
- X-Auth: PGPMoose V1.1 PGP comp.std.c++
- iQBVAwUBMRqOPUy4NqrwXLNJAQElWgH9GkkGjm2QjUCgEx8RAj24+QKCiRWw9Usi
- KLPvIBFKIWVcriX0e2ew02k3nFkyOoER+neyD2yc0896aU8GiaDPsw==
- =QQd8
- Originator: austern@isolde.mti.sgi.com
-
- In article <3118FDEF.458E@bridge.com> Rod Burman <rodb@bridge.com> writes:
-
- > Is the committee thinking of some how linking these with operator
- > overloading?
- > e.g. operator^() == operator.xor() xor operator_xor()
-
- In operator^, the word `operator' and the symbol `^' are separate
- tokens. So it suffices to write
-
- operator xor()
- --
- --Andrew Koenig
- ark@research.att.com
- ---
- [ comp.std.c++ is moderated. Submission address: std-c++@ncar.ucar.edu.
- Contact address: std-c++-request@ncar.ucar.edu. The moderation policy is
- in http://reality.sgi.com/employees/austern_mti/std-c++/policy.html. ]
-